home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6307 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  925 b 

  1. Path: news.lpr.carel.fi!usenet
  2. From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: How can I create a .dib in MS Visual C++??
  5. Date: Thu, 08 Feb 1996 12:08:20 +0200
  6. Organization: Carelcomp Forest
  7. Message-ID: <3119CB94.25D5@cmt.lpr.mail.carel.fi>
  8. References: <4f5ksd$650@news1.mclink.it>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  14.  
  15. Antonello Antinolfi wrote:
  16. > Hi,
  17. > I need to create an  image of sine function in  .dib format (MS Visual
  18. > C++)  from  amplitude, phase, frequency and offset parameters.
  19. > How can I do?
  20. > Where do I have to put the code lines?
  21. > Thanks in advance
  22.  
  23. Check the online help for BITMAPFILEHEADER, BITMAPFILEINFO (containing 
  24. BITMAPINFOHEADER and RGBQUAD) structures.
  25.  
  26. Later,
  27.  AriL
  28. -- 
  29. All my opinions are mine and mine alone.
  30.